8A - Train and Peter - CodeForces Solution


strings *1200

Please click on ads to support us..

Python Code:

t1=input()
s1=input()
s2=input()
t2=t1[::-1]
ans,san=0,0
if s1 in t1:
	if s2 in t1[t1.index(s1)+len(s1):]:ans+=1
if s1 in t2:
	if s2 in t2[t2.index(s1)+len(s1):]:san+=1
if ans==1 and san==1:print('both')
elif ans==1:print('forward')
elif san==1:print('backward')
else:print('fantasy')


Comments

Submit
0 Comments
More Questions

660A - Co-prime Array
1692F - 3SUM
1470A - Strange Birthday Party
190D - Non-Secret Cypher
1721B - Deadly Laser
1721C - Min-Max Array Transformation
1721A - Image
1180C - Valeriy and Deque
557A - Ilya and Diplomas
1037D - Valid BFS
1144F - Graph Without Long Directed Paths
1228A - Distinct Digits
355B - Vasya and Public Transport
1230A - Dawid and Bags of Candies
1530A - Binary Decimal
1472D - Even-Odd Game
441C - Valera and Tubes
1328E - Tree Queries
265A - Colorful Stones (Simplified Edition)
296A - Yaroslav and Permutations
967B - Watering System
152A - Marks
1398A - Bad Triangle
137A - Postcards and photos
1674D - A-B-C Sort
334A - Candy Bags
855A - Tom Riddle's Diary
1417A - Copy-paste
1038A - Equality
1061A - Coins